-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace compressor_frontend with log-surgeon submodule. #131
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Removed compressor_frontend from cmakelists - Added log_surgeon to cmakelists
- Unit tests all work
davidlion
reviewed
Jun 27, 2023
…ightly longer than expected
davidlion
reviewed
Jul 23, 2023
# Conflicts: # components/core/CMakeLists.txt # components/core/src/Utils.cpp # components/core/src/compressor_frontend/Lexer.tpp # components/core/src/compressor_frontend/LogParser.cpp # components/core/src/compressor_frontend/SchemaParser.cpp # components/core/src/compressor_frontend/finite_automata/RegexAST.tpp # components/core/src/streaming_archive/writer/Archive.cpp # components/core/tests/test-Stopwatch.cpp
- Fixed unit-test in CMakeLists to include log_surgeon
# Conflicts: # components/core/src/streaming_archive/writer/Archive.cpp # components/core/src/streaming_archive/writer/Archive.hpp
davidlion
requested changes
Jul 25, 2023
… causing the heuristic to not store variable segment indicies correctly
… with schema; Ideally should use a set, but its not currently initialized
kirkrodrigues
requested changes
Nov 17, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We also need to fix the workflows so that they use g++-10
.
…old_ts_pattern related code
kirkrodrigues
approved these changes
Dec 6, 2023
kirkrodrigues
changed the title
Log Parsing Library
Replace compressor_frontend with log-surgeon submodule.
May 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reference
Depends on PR to: y-scope/log-surgeon#1
Description
Replaced compressor_frontend with log_surgeon
Moved QueryToken class into its own files
Created SearchToken class
Renamed parse_and_encode to parse_and_encode_with_library
Validation performed
Ran on clp-benchmark (Loghub, Hadoop, Openstack, Spark, Var-logs)
Ran with all executable and unit tests in CLP